[Root] / FluentAssertions Assembly / FluentAssertions.Specialized Namespace / ExceptionAssertions<TException> Class


In This Topic
    ExceptionAssertions<TException> Class Properties
    In This Topic

    For a list of all members of this type, see ExceptionAssertions<TException> members.

    Public Properties
     NameDescription
    Public Property Gets the exception object of the exception thrown.  
    Public PropertyProvides access to the FluentAssertions.Execution.AssertionChain that this assertion class was initialized with. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<IEnumerable<TException>,ExceptionAssertions<TException>>)
    Public PropertyGets the object whose value is being asserted. (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<IEnumerable<TException>,ExceptionAssertions<TException>>)
    Public Property Gets the exception object of the exception thrown.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden.  Returns the type of the subject the assertion applies on. It should be a user-friendly name as it is included in the failure message. Returns the type of the subject the assertion applies on.  
    Top
    See Also